home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr47 / ptime_10.zip / LAST.ASM < prev    next >
Assembly Source File  |  1992-10-04  |  309b  |  16 lines

  1.         ideal
  2.  
  3. segment        myStack    stack
  4.         db 1024 dup (?)
  5. ends        myStack
  6.  
  7. ;When the program starts, the stack prointer is here and works it's way up.
  8.  
  9. segment        reserved
  10.         ;This space ensures that there will be room for a copy of
  11.         ;the resident part of the TSR.
  12.         db 1024 dup (?)
  13. ends        reserved
  14.  
  15.         end
  16.